Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.mobile.actions--actions

This contribution is part of XML component org.nuxeo.ecm.platform.mobile.actions inside nuxeo-web-mobile-cap-6.0.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/mobile.png" id="back_to_mobile_document" label="command.mobile.go" link="#{mobileApplicationActions.cleanCookie}" order="10" type="link">
          <category>DOCUMENT_UPPER_ACTION</category>
          <filter-id>isMobileBrowser</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/mobile.png" id="back_to_mobile_document" label="command.mobile.go" link="#{mobileApplicationActions.cleanCookie}" order="10" type="link">
      <category>DOCUMENT_UPPER_ACTION</category>
      <filter-id>isMobileBrowser</filter-id>
    </action>

  </extension>